home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / askrunlevel / askrunlevel.pm < prev    next >
Encoding:
Text File  |  1996-04-03  |  1.5 KB  |  40 lines

  1. /* _dict.c 02/03/96 00.16.06 */
  2. /* askrunlevel.c 03/04/96 00.57.32 */
  3. /* boot.c 02/03/96 13.40.42 */
  4. /* internal.c 14/10/95 01.33.40 */
  5. /* lilo.c 20/03/96 09.41.40 */
  6. PUBLIC LILO_PARM::LILO_PARM (void);
  7. PUBLIC LILO_CONF::LILO_CONF (void);
  8. PUBLIC LILO_CONF *LILO_CONFS::getitem (int no);
  9. PUBLIC LILO_OTHER *LILO_OTHERS::getitem (int no);
  10. PRIVATE void LILO::parse_eq (const char *keyw,
  11.      const char *vals,
  12.      LILO_CUR&cur);
  13. PRIVATE void LILO::parse_single (const char *pt, LILO_CUR&cur);
  14. PRIVATE void LILO::compute_prefix (void);
  15. PUBLIC LILO::LILO (void);
  16. PUBLIC LILO_CONF *LILO::getconffromlabel (const char *lab);
  17. PRIVATE void LILO::makecfgpath (const char *path, char *realpath);
  18. PROTECTED void LILO::writeparm (FILE *fout,
  19.      LILO_PARM&p,
  20.      int global_parm);
  21. PUBLIC int LILO::save (void);
  22. PRIVATE void LILO::setupparm (DIALOG&dia, LILO_PARM&p);
  23. PRIVATE void LILO::setupedit (DIALOG&dia);
  24. PRIVATE int LILO::validate (int &nof);
  25. PUBLIC int LILO::edit (void);
  26. PUBLIC int LILO::updateif (void);
  27. PUBLIC void LILO::addkernel (const char *def_src,
  28.      const char *def_name);
  29. PUBLIC void LILO::setdefault (void);
  30. /* modules.c 03/04/96 00.56.52 */
  31. /* runlevels.c 02/03/96 22.45.48 */
  32. PRIVATE void RUNLEVELS::parse (const char *str, RUNLEVEL *ptrun);
  33. PUBLIC RUNLEVELS::RUNLEVELS (int graphic_ok, int net_ok);
  34. PUBLIC RUNLEVELS::~RUNLEVELS (void);
  35. PUBLIC void RUNLEVELS::save (void);
  36. PUBLIC void RUNLEVELS::setmenu (const char *menuopt[]);
  37. PUBLIC void RUNLEVELS::setlevel (int choice);
  38. PUBLIC void RUNLEVELS::config (void);
  39. PUBLIC void RUNLEVELS::define (void);
  40.